MySetTitle
Sets the title bar text for the frame. When creating a frame you must designate a callback function to set or modify the title bar associated with it. For example, this is how you would define your title bar function if you were to name it MySetTitle:
void MySetTitle(JMFrameRef frame, Str255 title);
frame
- The frame that contains the title bar to be set or changed.
title
- The title to display.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help